From 326db4216a1bf4c2ffa3e8cde3dfb84628848b69 Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Mon, 6 Feb 2006 15:41:26 +0000 Subject: [PATCH] Fix "kernel direct mapping tables" printk. Signed-off-by: Christian Limpach --- linux-2.6-xen-sparse/arch/x86_64/mm/init-xen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-2.6-xen-sparse/arch/x86_64/mm/init-xen.c b/linux-2.6-xen-sparse/arch/x86_64/mm/init-xen.c index c8e3099e75..b51b60bf63 100644 --- a/linux-2.6-xen-sparse/arch/x86_64/mm/init-xen.c +++ b/linux-2.6-xen-sparse/arch/x86_64/mm/init-xen.c @@ -629,7 +629,7 @@ static void __init find_early_table_space(unsigned long end) table_start = start_pfn; early_printk("kernel direct mapping tables up to %lx @ %lx-%lx\n", - __pa(end), table_start << PAGE_SHIFT, start_pfn << PAGE_SHIFT); + end, table_start << PAGE_SHIFT, start_pfn << PAGE_SHIFT); } /* Setup the direct mapping of the physical memory at PAGE_OFFSET. -- 2.30.2